HTML Editor Style Xdialog Example

Description

The Xdialog Genie supports an HTML ActiveX control, which adds the ability to display an HTML page within an Xdialog form. Within the Action Scripting Editor, select "Dialog Boxes" and "Display an Xdialog Box".

  1. Step one is to specify the variable associated with the HTML control and the control's dimensions.

    images/XB_ActiveX_HTML_Viewer_1.gif
  2. Step two is to specify how the HTML text will be provided. You can optionally enable ActiveX events (for which you will have to write custom code).

    images/XB_ActiveX_HTML_Viewer_2.gif
  3. Next, you set the name and scope of the return variable from the underlying UI_DLG_BOX() function.

    images/XB_ActiveX Browse_3.gif
  4. Next, you set the dialog title and other text that might appear on the dialog.

    images/XB_ActiveX_HTML_Viewer_3.gif
  5. You can specify a comment for the action.

    images/XB_ActiveX_HTML_Viewer_5.gif
  6. The Action entry appears similar to the following image.

    images/XB_ActiveX_HTML_Viewer_6.gif

See Also